home *** CD-ROM | disk | FTP | other *** search
- Path: news.harbornet.com!usenet
- From: GIJoe <th_assoc@harbornet.com>
- Newsgroups: comp.ai.fuzzy,comp.lang.basic.visual.misc,comp.lang.c++
- Subject: Re: VB, VC++, and Fuzzy Logic
- Date: Fri, 09 Feb 1996 23:52:40 -0800
- Organization: TH Associates
- Message-ID: <311C4EC8.3939@harbornet.com>
- References: <4eh77s$5i@news.uncc.edu> <kd9fb.31.003E8132@xnet.com> <4f35uu$fo7@azure.acsu.buffalo.edu>
- NNTP-Posting-Host: pm1_10.harbornet.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (Win95; I)
-
- Radix wrote:
- >
- > Peter Mikalajunas (kd9fb@xnet.com) wrote:
- > : In article <4eh77s$5i@news.uncc.edu> ihabed@uncc.edu (Ibrahim H Abed) writes:
- > >Anyone know if VB can be linked with C++ routines at all,
- > : >perhaps saving me some trouble. Any help would be greatly appreciated.
- >
- > : If all you need is fuzzy logic then use a series of select
- > : statements. However, from the sound of the project, you
- > : may eventually need a neural net. Why not write the meat
- > : in C++ and compile to a DLL. Do the interface in VB.
-
- > Exactly what I was going to suggest. Also, I think you can call C
- > functions the same as you can API calls. I'll look into it.
-
- I am working on a similar project...yes, VB4 has classes with enough
- object orientation to make memberships fairly easy. And yes,
- you can call C\C++ routines to speed the program. Just be careful
- how you pass strings back and forth. There are some helpful
- summary posts on comp.lang.basic.visual.misc you can retrieve
- on DejaNews search engine (regarding strings between VB-C). If the number
- crunching isn't too slow in basic, you can even write the in-process
- servers in VB4 itself(32bit Pro and EE versions). I'd like
- to hear how your project evolves<g>.
-
- -Joe Hendricks th_assoc@harbornet.com
-